ValidatorList
Description
The ValidatorList property is a special property and, as the name indicates, is used for validation purposes, e.g. validating an input value.
| Feature | Value |
|---|---|
| Theme injectable | ✗ |
| Possible Inputs | A-Z, a-z, Any numeric value (integer or decimal), Special characters |
Comparison Elements
Value
Represents the value the input is compared to, based on the chosen comparator.
comparator
A chosen operation that is the criteria of a comparison between two values. It can be set as:
= != > >= < <= match not match empty not empty min-length max-length
error message
If the comparison fails, this error message will be shown.
info
Multiple comparisons can be created!
Occurrences
Detail Panel
A dedicated picker can be found inside the Detail Panel to create validation conditions. An unlimited amount of entries can be created there.
